home *** CD-ROM | disk | FTP | other *** search
- /* This file is part of the c2cweb package Version 1.4 */
- /* written by Werner Lemberg (a7621gac@awiuni11.bitnet) 20-Aug-1994 */
-
- // Grá Gott!
- // Hello!
-
- /* this is an example header file to demonstrate how c2cweb works. */
-
- /* Say
-
- c2cweb [options] example.h example.c
-
- to process this example. */
-
-
- struct Test {char *pointer;
- int array[MAX_ARRAY];}; /* a dummy structure */
-
-